Skip to content

[DO NOT MERGE] CI dry-run: QuickJS as the default workflow VM engine - #3253

Draft
TooTallNate wants to merge 1 commit into
quickjs-vm-threshold-snapshotsfrom
quickjs-vm-default
Draft

[DO NOT MERGE] CI dry-run: QuickJS as the default workflow VM engine#3253
TooTallNate wants to merge 1 commit into
quickjs-vm-threshold-snapshotsfrom
quickjs-vm-default

Conversation

@TooTallNate

@TooTallNate TooTallNate commented Jul 31, 2026

Copy link
Copy Markdown
Member

Warning

Not intended to merge. This PR exists to exercise the full CI matrix — and the event-log-race-repro stress workflow (via its label) — with QuickJS as the default engine, as a dress rehearsal for an eventual real default flip. It stays a draft; when the underlying stack (#3048#3049#3250#3251, plus #3263) is merged, a fresh flip PR will be cut against main with the learnings from this one.

What it changes (for the dry run)

  • useQuickJSVm defaults to the QuickJS engine when neither the run's stamped executionContext.workflowVm nor WORKFLOW_VM specifies one; WORKFLOW_VM=node is the explicit node:vm opt-in.
  • CI matrix inverted to match: quickjs legs leave WORKFLOW_VM unset (exercising the default-selection path end to end); node legs opt in explicitly. Labels/artifacts unchanged via MATRIX_VM.
  • Entrypoint test suites that assert node replay-loop internals pin WORKFLOW_VM=node (see the comment at each pin).
  • Docs updated for the flipped default.

Findings so far (feeding the real flip PR)

  • The event-ceiling gap this PR's CI exposed (event-limit red) was real and is fixed on QuickJS engine: inline step execution + WASM module caching #3049 (in-loop re-check + run_failed/MAX_EVENTS_EXCEEDED conversion).
  • The global-surface gap is substantially closed on Add opt-in QuickJS WASM VM engine (WORKFLOW_VM=quickjs) #3048 (deterministic crypto, frozen process.env, loud Intl/locale guards); remaining differences are enumerated in the docs.
  • Outstanding requirement for the real flip: unconditional engine stamping at start() — under a flipped default, unset WORKFLOW_VM currently produces unstamped runs that would switch engines mid-run on rollback (review finding on this PR). The real flip PR must stamp the resolved engine.

@TooTallNate
TooTallNate requested review from a team and ijjk as code owners July 31, 2026 08:52
Copilot AI review requested due to automatic review settings July 31, 2026 08:52
@changeset-bot

changeset-bot Bot commented Jul 31, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 6af2c2c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 16 packages
Name Type
@workflow/core Minor
@workflow/builders Patch
@workflow/cli Patch
@workflow/next Patch
@workflow/nitro Patch
@workflow/vitest Patch
@workflow/web-shared Patch
@workflow/web Patch
workflow Minor
@workflow/world-testing Patch
@workflow/astro Patch
@workflow/nest Patch
@workflow/rollup Patch
@workflow/sveltekit Patch
@workflow/vite Patch
@workflow/nuxt Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@vercel

vercel Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
example-nextjs-workflow-turbopack Ready Ready Preview Jul 31, 2026 11:13pm
example-nextjs-workflow-webpack Ready Ready Preview Jul 31, 2026 11:13pm
example-workflow Ready Ready Preview Jul 31, 2026 11:13pm
workbench-astro-workflow Ready Ready Preview Jul 31, 2026 11:13pm
workbench-express-workflow Ready Ready Preview Jul 31, 2026 11:13pm
workbench-fastify-workflow Ready Ready Preview Jul 31, 2026 11:13pm
workbench-hono-workflow Ready Ready Preview Jul 31, 2026 11:13pm
workbench-nestjs-workflow Ready Ready Preview Jul 31, 2026 11:13pm
workbench-nitro-workflow Ready Ready Preview Jul 31, 2026 11:13pm
workbench-nuxt-workflow Ready Ready Preview Jul 31, 2026 11:13pm
workbench-sveltekit-workflow Ready Ready Preview Jul 31, 2026 11:13pm
workbench-tanstack-start-workflow Ready Ready Preview Jul 31, 2026 11:13pm
workbench-vite-workflow Ready Ready Preview Jul 31, 2026 11:13pm
workflow-docs Ready Ready Preview, v0 Jul 31, 2026 11:13pm
workflow-swc-playground Ready Ready Preview Jul 31, 2026 11:13pm
workflow-tarballs Ready Ready Preview Jul 31, 2026 11:13pm
workflow-web Ready Ready Preview Jul 31, 2026 11:13pm

@TooTallNate TooTallNate added the event-log-race-repro Run the event log race reproduction job label Jul 31, 2026
@github-actions

github-actions Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

⚠️ Results below are stale and not from the latest commit. This comment will be updated when CI completes on the latest run.

Tests are running...


_Started at: _


Some tests failed

❌ Failed E2E Tests

vercel-multi-region (24 failed)

nextjs-turbopack (24 failed):

  • multi-region (world-vercel) explicit region: start({ region }) in the test process start({ region: iad1 }) mints a tagged run ID and executes there
  • multi-region (world-vercel) explicit region: start({ region }) in the test process start({ region: sfo1 }) mints a tagged run ID and executes there
  • multi-region (world-vercel) explicit region: start({ region }) in the test process start({ region: fra1 }) mints a tagged run ID and executes there
  • multi-region (world-vercel) explicit region: start({ region }) in the test process concurrent starts across all regions stay isolated
  • multi-region (world-vercel) explicit region: start({ region }) in the test process every provisioned region executes and completes a tagged run
  • multi-region (world-vercel) implicit region: region-pinned routes without a region option /api/e2e-region-implicit/iad1 mints a run tagged with its VERCEL_REGION
  • multi-region (world-vercel) implicit region: region-pinned routes without a region option /api/e2e-region-implicit/arn1 mints a run tagged with its VERCEL_REGION
  • multi-region (world-vercel) implicit region: region-pinned routes without a region option /api/e2e-region-implicit/bom1 mints a run tagged with its VERCEL_REGION
  • multi-region (world-vercel) implicit region: region-pinned routes without a region option /api/e2e-region-implicit/cdg1 mints a run tagged with its VERCEL_REGION
  • multi-region (world-vercel) implicit region: region-pinned routes without a region option /api/e2e-region-implicit/cle1 mints a run tagged with its VERCEL_REGION
  • multi-region (world-vercel) implicit region: region-pinned routes without a region option /api/e2e-region-implicit/cpt1 mints a run tagged with its VERCEL_REGION
  • multi-region (world-vercel) implicit region: region-pinned routes without a region option /api/e2e-region-implicit/dub1 mints a run tagged with its VERCEL_REGION
  • multi-region (world-vercel) implicit region: region-pinned routes without a region option /api/e2e-region-implicit/fra1 mints a run tagged with its VERCEL_REGION
  • multi-region (world-vercel) implicit region: region-pinned routes without a region option /api/e2e-region-implicit/gru1 mints a run tagged with its VERCEL_REGION
  • multi-region (world-vercel) implicit region: region-pinned routes without a region option /api/e2e-region-implicit/hkg1 mints a run tagged with its VERCEL_REGION
  • multi-region (world-vercel) implicit region: region-pinned routes without a region option /api/e2e-region-implicit/hnd1 mints a run tagged with its VERCEL_REGION
  • multi-region (world-vercel) implicit region: region-pinned routes without a region option /api/e2e-region-implicit/icn1 mints a run tagged with its VERCEL_REGION
  • multi-region (world-vercel) implicit region: region-pinned routes without a region option /api/e2e-region-implicit/kix1 mints a run tagged with its VERCEL_REGION
  • multi-region (world-vercel) implicit region: region-pinned routes without a region option /api/e2e-region-implicit/lhr1 mints a run tagged with its VERCEL_REGION
  • multi-region (world-vercel) implicit region: region-pinned routes without a region option /api/e2e-region-implicit/pdx1 mints a run tagged with its VERCEL_REGION
  • multi-region (world-vercel) implicit region: region-pinned routes without a region option /api/e2e-region-implicit/sfo1 mints a run tagged with its VERCEL_REGION
  • multi-region (world-vercel) implicit region: region-pinned routes without a region option /api/e2e-region-implicit/sin1 mints a run tagged with its VERCEL_REGION
  • multi-region (world-vercel) implicit region: region-pinned routes without a region option /api/e2e-region-implicit/syd1 mints a run tagged with its VERCEL_REGION
  • multi-region (world-vercel) implicit region: region-pinned routes without a region option /api/e2e-region-implicit/yul1 mints a run tagged with its VERCEL_REGION

E2E Test Summary

Summary
Passed Failed Skipped Total
✅ ▲ Vercel Production 2910 0 478 3388
✅ 💻 Local Development 3126 0 416 3542
✅ 📦 Local Production 3396 0 454 3850
✅ 🐘 Local Postgres 3396 0 454 3850
✅ 🪟 Windows 308 0 0 308
✅ 📋 Other 2040 0 424 2464
❌ vercel-multi-region 3 24 0 27
Total 15179 24 2226 17429
Details by Category

✅ ▲ Vercel Production

App Passed Failed Skipped
✅ astro-node 126 0 28
✅ astro-quickjs 126 0 28
✅ example-node 126 0 28
✅ example-quickjs 126 0 28
✅ express-node 126 0 28
✅ express-quickjs 126 0 28
✅ fastify-node 126 0 28
✅ fastify-quickjs 126 0 28
✅ hono-node 126 0 28
✅ hono-quickjs 126 0 28
✅ nextjs-turbopack-node 151 0 3
✅ nextjs-turbopack-quickjs 151 0 3
✅ nextjs-webpack-node 151 0 3
✅ nextjs-webpack-quickjs 151 0 3
✅ nitro-node 126 0 28
✅ nitro-quickjs 126 0 28
✅ nuxt-node 126 0 28
✅ nuxt-quickjs 126 0 28
✅ sveltekit-node 145 0 9
✅ sveltekit-quickjs 145 0 9
✅ vite-node 126 0 28
✅ vite-quickjs 126 0 28

✅ 💻 Local Development

App Passed Failed Skipped
✅ astro-stable-node 128 0 26
✅ astro-stable-quickjs 128 0 26
✅ express-stable-node 128 0 26
✅ express-stable-quickjs 128 0 26
✅ fastify-stable-node 128 0 26
✅ fastify-stable-quickjs 128 0 26
✅ hono-stable-node 128 0 26
✅ hono-stable-quickjs 128 0 26
✅ nextjs-turbopack-canary-node 135 0 19
✅ nextjs-turbopack-canary-quickjs 135 0 19
✅ nextjs-turbopack-quickjs-snapshot 154 0 0
✅ nextjs-turbopack-stable-node 154 0 0
✅ nextjs-turbopack-stable-quickjs 154 0 0
✅ nextjs-webpack-stable-node 154 0 0
✅ nextjs-webpack-stable-quickjs 154 0 0
✅ nitro-stable-node 128 0 26
✅ nitro-stable-quickjs 128 0 26
✅ nuxt-stable-node 128 0 26
✅ nuxt-stable-quickjs 128 0 26
✅ sveltekit-stable-node 147 0 7
✅ sveltekit-stable-quickjs 147 0 7
✅ vite-stable-node 128 0 26
✅ vite-stable-quickjs 128 0 26

✅ 📦 Local Production

App Passed Failed Skipped
✅ astro-stable-node 128 0 26
✅ astro-stable-quickjs 128 0 26
✅ express-stable-node 128 0 26
✅ express-stable-quickjs 128 0 26
✅ fastify-stable-node 128 0 26
✅ fastify-stable-quickjs 128 0 26
✅ hono-stable-node 128 0 26
✅ hono-stable-quickjs 128 0 26
✅ nextjs-turbopack-canary-node 135 0 19
✅ nextjs-turbopack-canary-quickjs 135 0 19
✅ nextjs-turbopack-quickjs-snapshot 154 0 0
✅ nextjs-turbopack-stable-node 154 0 0
✅ nextjs-turbopack-stable-quickjs 154 0 0
✅ nextjs-webpack-canary-node 135 0 19
✅ nextjs-webpack-canary-quickjs 135 0 19
✅ nextjs-webpack-stable-node 154 0 0
✅ nextjs-webpack-stable-quickjs 154 0 0
✅ nitro-stable-node 128 0 26
✅ nitro-stable-quickjs 128 0 26
✅ nuxt-stable-node 128 0 26
✅ nuxt-stable-quickjs 128 0 26
✅ sveltekit-stable-node 147 0 7
✅ sveltekit-stable-quickjs 147 0 7
✅ vite-stable-node 128 0 26
✅ vite-stable-quickjs 128 0 26

✅ 🐘 Local Postgres

App Passed Failed Skipped
✅ astro-stable-node 128 0 26
✅ astro-stable-quickjs 128 0 26
✅ express-stable-node 128 0 26
✅ express-stable-quickjs 128 0 26
✅ fastify-stable-node 128 0 26
✅ fastify-stable-quickjs 128 0 26
✅ hono-stable-node 128 0 26
✅ hono-stable-quickjs 128 0 26
✅ nextjs-turbopack-canary-node 135 0 19
✅ nextjs-turbopack-canary-quickjs 135 0 19
✅ nextjs-turbopack-quickjs-snapshot 154 0 0
✅ nextjs-turbopack-stable-node 154 0 0
✅ nextjs-turbopack-stable-quickjs 154 0 0
✅ nextjs-webpack-canary-node 135 0 19
✅ nextjs-webpack-canary-quickjs 135 0 19
✅ nextjs-webpack-stable-node 154 0 0
✅ nextjs-webpack-stable-quickjs 154 0 0
✅ nitro-stable-node 128 0 26
✅ nitro-stable-quickjs 128 0 26
✅ nuxt-stable-node 128 0 26
✅ nuxt-stable-quickjs 128 0 26
✅ sveltekit-stable-node 147 0 7
✅ sveltekit-stable-quickjs 147 0 7
✅ vite-stable-node 128 0 26
✅ vite-stable-quickjs 128 0 26

✅ 🪟 Windows

App Passed Failed Skipped
✅ nextjs-turbopack-node 154 0 0
✅ nextjs-turbopack-quickjs 154 0 0

✅ 📋 Other

App Passed Failed Skipped
✅ e2e-local-dev-nest-stable-node 128 0 26
✅ e2e-local-dev-nest-stable-quickjs 128 0 26
✅ e2e-local-dev-tanstack-start-node 128 0 26
✅ e2e-local-dev-tanstack-start-quickjs 128 0 26
✅ e2e-local-postgres-nest-stable-node 128 0 26
✅ e2e-local-postgres-nest-stable-quickjs 128 0 26
✅ e2e-local-postgres-tanstack-start-node 128 0 26
✅ e2e-local-postgres-tanstack-start-quickjs 128 0 26
✅ e2e-local-prod-nest-stable-node 128 0 26
✅ e2e-local-prod-nest-stable-quickjs 128 0 26
✅ e2e-local-prod-tanstack-start-node 128 0 26
✅ e2e-local-prod-tanstack-start-quickjs 128 0 26
✅ e2e-vercel-prod-nest-node 126 0 28
✅ e2e-vercel-prod-nest-quickjs 126 0 28
✅ e2e-vercel-prod-tanstack-start-node 126 0 28
✅ e2e-vercel-prod-tanstack-start-quickjs 126 0 28

❌ vercel-multi-region

App Passed Failed Skipped
❌ nextjs-turbopack 3 24 0

📋 View full workflow run

@TooTallNate
TooTallNate marked this pull request as draft July 31, 2026 08:53

@VaguelySerious VaguelySerious left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AI review: blocking issues found

Comment thread packages/core/src/runtime/vm-mode.ts
Comment thread docs/content/docs/v5/configuration/runtime-tuning.mdx
Comment thread docs/content/docs/v5/configuration/runtime-tuning.mdx
Comment thread packages/core/src/runtime.test.ts
@VaguelySerious VaguelySerious removed the event-log-race-repro Run the event log race reproduction job label Jul 31, 2026
…ck into node:vm)

- useQuickJSVm defaults to the QuickJS engine when neither the run's
  stamped executionContext.workflowVm nor WORKFLOW_VM specifies one;
  WORKFLOW_VM=node is the explicit node:vm opt-in.
- CI matrix inverted to match: quickjs legs leave WORKFLOW_VM unset so
  the default-selection path is exercised end to end; node legs opt in
  explicitly (labels/artifacts unchanged via MATRIX_VM).
- Entrypoint tests that assert node replay-loop internals against mock
  worlds pin WORKFLOW_VM=node (the quickjs path would instantiate a WASM
  VM per call).
- Docs + changeset updated. Runs keep the engine stamped at start().
@github-actions

github-actions Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

📊 Workflow Benchmarks

The benchmark run for 6af2c2c failed. See the run logs for details.

Partial results from the failed run:

commit 6af2c2c · Fri, 31 Jul 2026 23:40:21 GMT · run logs

Backend: vercel · app: nextjs-turbopack

Metric Scenario Best (ms) P75 (ms) P90 (ms) P99 (ms) Samples
STSO 1020 steps (inline) 218 (+69%) 🔻 1062 (+134%) 🔻 1253 (+147%) 🔻 1578 (+120%) 🔻 1017
STSO 1020 steps (queue-hop) 4670 (+213%) 🔻 6273 (+99%) 🔻 6273 (+99%) 🔻 6273 (+99%) 🔻 2
WO 1020 steps 835997 (+114%) 🔻 835997 (+114%) 🔻 835997 (+114%) 🔻 835997 (+114%) 🔻 1
SL stream latency 95 (+27%) 🔻 139 🔴 (+21%) 🔻 144 🔴 (+13%) 448 🔴 (+32%) 🔻 30
SO stream overhead (text) 112 (+12%) 218 (+60%) 🔻 254 (+49%) 🔻 513 (+134%) 🔻 30
SO stream overhead (structured) 135 (+32%) 🔻 265 🔴 (+39%) 🔻 406 (+73%) 🔻 1205 🔴 (+86%) 🔻 30
📈 STSO distribution vs main (inline / queue-hop histograms)

1020 steps (inline)

Cumulative STSO time: main 382767ms → this run 822896ms (Δ +440129ms, +115%)

  100-150 ms  ┃                         main   3  this   0    -3
  150-200 ms  ┃████                     main  34  this   0   -34
  200-250 ms  ┃████████████████         main 122  this  10  -112
  250-300 ms  █████┃███████████████     main 153  this  41  -112
  300-350 ms  ██████┃████████████       main 134  this  49   -85
  350-400 ms  ███████┃█████████         main 124  this  56   -68
  400-450 ms  ██████┃█████████████████  main 172  this  53  -119
  450-500 ms  ███████┃█████████████     main 153  this  58   -95
  500-550 ms  ███┃████                  main  57  this  28   -29
  550-600 ms  ████┃                     main  37  this  36    -1
  600-650 ms  █░░░░░┃                   main   7  this  52   +45
  650-700 ms  █░░░░┃                    main   7  this  42   +35
  700-750 ms  █░░░░┃                    main   5  this  44   +39
  750-800 ms  █░░░░┃                    main   1  this  44   +43
  800-850 ms  █░░░░░┃                   main   2  this  53   +51
  850-900 ms  ░░░░░┃                    main   0  this  43   +43
  900-950 ms  █░░░┃                     main   1  this  34   +33
 950-1000 ms  █░░░░░░░┃                 main   1  this  61   +60
1000-1050 ms  █░░░░░┃                   main   1  this  50   +49
1050-1100 ms  ░░░░░┃                    main   0  this  46   +46
1100-1150 ms  █░░░░┃                    main   1  this  42   +41
1150-1200 ms  ░░░┃                      main   0  this  32   +32
1200-1250 ms  ░░░░┃                     main   0  this  38   +38
1250-1300 ms  █░┃                       main   1  this  24   +23
1300-1350 ms  ░░┃                       main   0  this  18   +18
1350-1400 ms  ░░┃                       main   0  this  18   +18
1400-1450 ms  ░┃                        main   0  this  11   +11
1450-1500 ms  ┃                         main   0  this   9    +9
1500-1550 ms  ░┃                        main   0  this  11   +11
1550-1600 ms  ┃                         main   0  this   5    +5
1600-1650 ms  ┃                         main   0  this   2    +2
1650-1700 ms  ┃                         main   0  this   2    +2
1750-1800 ms  ┃                         main   0  this   1    +1
1800-1850 ms  ┃                         main   0  this   1    +1
2450-2500 ms  ┃                         main   0  this   1    +1
4900-4950 ms  ┃                         main   0  this   1    +1
5250-5300 ms  ┃                         main   0  this   1    +1

1020 steps (queue-hop)

Cumulative STSO time: main 6857ms → this run 10943ms (Δ +4086ms, +60%)

1000-2000 ms  ┃███████████████████████  main 1  this 0  -1
2000-3000 ms  ┃███████████████████████  main 1  this 0  -1
3000-4000 ms  ┃███████████████████████  main 1  this 0  -1
4000-5000 ms  ░░░░░░░░░░░░░░░░░░░░░░░┃  main 0  this 1  +1
6000-7000 ms  ░░░░░░░░░░░░░░░░░░░░░░░┃  main 0  this 1  +1
ℹ️ Metric definitions & methodology

The collapsed STSO distribution section above buckets every step gap of the sequential-steps run (not a sampled window), split by whether the step ending the gap ran inline — in the same warm process as the step before it, so the gap is pure framework overhead — or after a queue-hop — the first step of a fresh process, which pays queue dispatch, client reinit and event-log replay. Bars overlay the two runs: is main, marks where this run lands, bridges the gap when this run has more samples in a bucket.

Best/P75/P90/P99 deltas compare against the most recent benchmark run on main at the time of this run. 🔻 flags a delta worse than +15%, 💚 one better than −15%.

Metrics — TTFS: time to first step body (in-deployment start() → first step body, deployment clocks) · STSO: step-to-step overhead (gap between consecutive step bodies) · WO: workflow overhead (whole-run time outside step bodies, in-deployment anchored) · SL: stream latency (in-deployment write → read propagation, readAt - writtenAt) · SO: stream overhead (end-to-end write+consume time beyond the modelled generation window)

Scenarios — step: one trivial no-op step, no stream; no hooks, so the run stays in turbo mode (in-process fast path) · stream: one streaming step; no hooks, so the run stays in turbo mode (in-process fast path) · hook + stream: registers a hook before one step, which exits turbo mode (dispatch path) · 1020 steps: 1020 trivial sequential steps; STSO is measured between consecutive steps in the given step ranges, and WO is the whole-run overhead outside step bodies · stream latency: parallel reader/writer steps on a dedicated stream; SL is the in-deployment write->read propagation (readAt - writtenAt) · stream overhead (text): writer streams 300 variable-length text token deltas paced at 100/s for 3s (a haiku-size LLM's token throughput) while a parallel reader drains the whole stream; SO is the end-to-end write+consume time beyond the 3s generation window (overhead/backpressure) · stream overhead (structured): same workload as stream overhead (text), but each delta is an AI-SDK-style structured object ({ type: 'text-delta', id, text }) instead of a raw string, so the SO gap vs the text scenario is the added serialization cost

🔴 marks a percentile over its target (within target is left unmarked). Targets (p75/p90/p99, ms) — SL 50/60/125 · SO 250/500/1000

All metrics are measured from deployment-side timestamps only. Runs are triggered by an in-deployment route that stamps the anchor (clientStart) right before start(), so the CI runner’s request and its path through api.vercel.com sit outside every measured window. TTFS = in-deployment start() → first step body (turbo uses the in-process fast path, non-turbo the dispatch path), and includes the VQS dispatch hop plus any /flow cold start. STSO/WO are measured between step bodies on the deployment. SL is measured inside the workflow (parallel reader/writer steps), so it no longer includes the api.vercel.com read path.

Cold starts are kept in the numbers on purpose — they are part of real bursty-workload latency. The workbench deployment cold-starts the /flow invocation for a large fraction of runs, inflating P75+; the Best column shows the fastest (warm-start) sample for comparison.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants